home *** CD-ROM | disk | FTP | other *** search
- on enterFrame
- global mylist, score
- cursor(-1)
- sound stop 1
- sound stop 2
- set the sound of cast 908 to 1
- puppetSprite(48, 1)
- puppetSprite(2, 0)
- puppetSprite(7, 0)
- puppetSprite(11, 0)
- puppetSprite(37, 0)
- set the visible of sprite 9 to 1
- set the visible of sprite 5 to 1
- set the visible of sprite 6 to 1
- set the visible of sprite 8 to 0
- set the visible of sprite 12 to 0
- set the visible of sprite 13 to 0
- set the visible of sprite 14 to 0
- set the visible of sprite 16 to 0
- if rollOver(17) then
- set the visible of sprite 8 to 1
- end if
- if rollOver(18) then
- set the visible of sprite 12 to 1
- end if
- if rollOver(19) then
- set the visible of sprite 13 to 1
- end if
- if rollOver(20) then
- set the visible of sprite 14 to 1
- end if
- if rollOver(21) then
- set the visible of sprite 16 to 1
- end if
- if the movieTime of sprite 9 = the duration of cast 908 then
- scorefind()
- score()
- if score = 3 then
- if the machineType = 256 then
- puppetPalette(0)
- end if
- puppetTransition(28, 1, 10)
- puppetSprite(48, 0)
- set the visible of sprite 48 to 0
- unLoad("tf", "tfg")
- go("end")
- if the machineType = 256 then
- puppetPalette("endpal")
- end if
- else
- puppetSound("win")
- updateStage()
- puppetTransition(52, 1, 120, 1)
- set the visible of sprite 3 to 1
- set the visible of sprite 2 to 1
- set the visible of sprite 23 to 1
- set the visible of sprite 24 to 1
- unLoad("tf", "tfg")
- go("berry")
- end if
- end if
- end
-
- on exitFrame
- go(the frame)
- end
-